API

Base APIs

GET system/reports/112226/result-set

Objects sent for approval by current user that are still pending approval.

Report name Objects sent for approval by current user - Pending approval
Report identifier 112226
HTTP method GET
URI https://api.rambase.net/system/reports/112226/result-set
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 40
Successful HTTP status code 200
API resource identifier 5841, version 6

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

IsUrgent() Named filter Requested priority of the approval request.
ApprovalPriority Integer Requested priority of the approval request.
ApprovalRequestComment String Message entered by the user when requesting approval.
ApprovalResponseComment String Message entered by the user when approving or denying the approval request.
ApprovedAt Datetime Date and time of approvel. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ApprovedBy Integer Employee identifier.
ApproverId Integer User identifier. Available macros: currentUser()
Category String Category of notification type (warning, information etc).
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
CreatedBy Integer User identifier.
CustomerFirstName String Secondary name of a company or firstname of a person.
CustomerId Integer Customer identifier.
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
ForwardNotifications Boolean True if notifications created with this definition will be forwarded when the owner object is forwarded.
IsApproved Boolean True if the notification needs approval, and is approved.
NotificationId Integer Notification identifier.
NotificationTypeId String Notification type identifier.
ObjectId Integer Identifier of the object.
ObjectStatus Integer Status of the item/object.
ObjectType String Type of object.
Priority String Priority of notification with this notification type.
Quantity Decimal Item quantity.
Status Integer Status of the notification.
SupplierFirstName String Firstname/givenname if the supplier is a person.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).

Read more about filters and sorting on how to use sortable parameters

ApprovalPriority Integer Requested priority of the approval request.
ApprovalRequestComment String Message entered by the user when requesting approval
ApprovalResponseComment String Message entered by the user when approving or denying the approval request
ApprovedAt Datetime Date and time of approvel.
ApprovedBy Integer Employee identifier
ApproverId Integer User identifier
Category String Category of notification type (warning, information etc)
CreatedAt Datetime Date and time of creation
CreatedBy Integer User identifier
CustomerFirstName String Secondary name of a company or firstname of a person
CustomerId Integer Customer identifier
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
ForwardNotifications Boolean True if notifications created with this definition will be forwarded when the owner object is forwarded.
IsApproved Boolean True if the notification needs approval, and is approved.
NotificationId Integer Notification identifier
NotificationTypeId String Notification type identifier
ObjectId Integer Identifier of the object
ObjectStatus Integer Status of the item/object.
ObjectType String Type of object
Priority String Priority of notification with this notification type.
Quantity Decimal Item quantity.
Status Integer Status of the notification
SupplierFirstName String Firstname/givenname if the supplier is a person
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Report>
2
     <Rows>
3
          <Row>
4
               <Object>
5
                    <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
6
                    <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
7
                    <Status
Status

Status of the object

>
{Integer}</Status>
8
                    <Payment>
9
                         <DueDate
DueDate

Date the object is due to be paid

>
{Date}</DueDate>
10
                    </Payment>
11
                    <Assignee
Assignee

The user who has been assigned to work with this object.

>
12
                         <UserId
UserId

User identifier

>
{Integer}</UserId>
13
                         <UserLink
UserLink

User reference

>
{String}</UserLink>
14
                    </Assignee>
15
                    <Supplier>
16
                         <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
17
                         <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
18
                         <Firstname
Firstname

Firstname/givenname if the supplier is a person

>
{String}</Firstname>
19
                         <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
20
                    </Supplier>
21
                    <Customer>
22
                         <CustomerId
CustomerId

Customer identifier

>
{Integer}</CustomerId>
23
                         <Name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
24
                         <Firstname
Firstname

Secondary name of a company or firstname of a person

>
{String}</Firstname>
25
                         <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
26
                    </Customer>
27
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
28
                    <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
29
               </Object>
30
               <RegardingItem>
31
                    <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
32
                    <Status
Status

Status of the item/object.

>
{Integer}</Status>
33
                    <Quantity
Quantity

Item quantity.

>
{Decimal}</Quantity>
34
                    <ProductDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</ProductDescription>
35
                    <Product>
36
                         <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
37
                         <Name
Name

Name of the product

>
{String}</Name>
38
                         <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
39
                         <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
40
                    </Product>
41
                    <Price>
42
                         <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
43
                         <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
44
                    </Price>
45
                    <Totals>
46
                         <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
47
                         <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
48
                    </Totals>
49
                    <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
50
               </RegardingItem>
51
               <ApprovalNotificationType>
52
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

>
{String}</NotificationTypeId>
53
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

>
{String}</Category>
54
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

>
{String}</NotificationTypeLink>
55
               </ApprovalNotificationType>
56
               <InformationNotifications
InformationNotifications

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

>
57
                    <Notification
Notification

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

>
58
                         <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

>
{Integer}</NotificationId>
59
                         <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

>
{String}</TranslatedMessage>
60
                    </Notification>
61
               </InformationNotifications>
62
               <ApprovalNotifications
ApprovalNotifications

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
63
                    <Notification
Notification

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
64
                         <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</NotificationId>
65
                         <Status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</Status>
66
                         <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Datetime}</CreatedAt>
67
                         <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</TranslatedMessage>
68
                         <CreatedBy
CreatedBy

The user who created the notification.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
69
                              <UserId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</UserId>
70
                              <UserLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</UserLink>
71
                         </CreatedBy>
72
                         <Approval
Approval

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
73
                              <Priority
Priority

Requested priority of the approval request.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</Priority>
74
                              <ApprovalRule
ApprovalRule

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
75
                                   <ApprovalRuleId
ApprovalRuleId

Approval rule identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</ApprovalRuleId>
76
                                   <ApprovalRuleLink
ApprovalRuleLink

Approval rule reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</ApprovalRuleLink>
77
                              </ApprovalRule>
78
                              <Request
Request

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
79
                                   <Approver
Approver

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
80
                                        <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Integer}</EmployeeId>
81
                                        <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</LastName>
82
                                        <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</FirstName>
83
                                        <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{String}</EmployeeLink>
84
                                   </Approver>
85
                              </Request>
86
                              <Response
Response

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
87
                                   <IsApproved
IsApproved

True if the notification needs approval, and is approved.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Boolean}</IsApproved>
88
                                   <ReviewedAt
ReviewedAt

Date and time of approvel.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

>
{Datetime}</ReviewedAt>
89
                              </Response>
90
                         </Approval>
91
                    </Notification>
92
               </ApprovalNotifications>
93
               <Inspect>
94
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
95
               </Inspect>
96
          </Row>
97
     </Rows>
98
     <Paging
Paging

Detailed paging information for this list.

>
99
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
100
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
101
          <Page
Page

Page index

>
{Integer}</Page>
102
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
103
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
104
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
105
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
106
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
107
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
108
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
109
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
110
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
111
     </Paging>
112
</Report>
1
{
2
     "report": {
3
          "rows": [
4
               {
5
                    "object": {
6
                         "objectId
ObjectId

Identifier of the object

":
"{Integer}",
7
                         "objectType
ObjectType

Type of object

":
"{String}",
8
                         "status
Status

Status of the object

":
"{Integer}",
9
                         "payment": {
10
                              "dueDate
DueDate

Date the object is due to be paid

":
"{Date}"
11
                         },
12
                         "assignee
Assignee

The user who has been assigned to work with this object.

":
{
13
                              "userId
UserId

User identifier

":
"{Integer}",
14
                              "userLink
UserLink

User reference

":
"{String}"
15
                         },
16
                         "supplier": {
17
                              "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
18
                              "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
19
                              "firstname
Firstname

Firstname/givenname if the supplier is a person

":
"{String}",
20
                              "supplierLink
SupplierLink

Supplier reference

":
"{String}"
21
                         },
22
                         "customer": {
23
                              "customerId
CustomerId

Customer identifier

":
"{Integer}",
24
                              "name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

":
"{String}",
25
                              "firstname
Firstname

Secondary name of a company or firstname of a person

":
"{String}",
26
                              "customerLink
CustomerLink

Customer reference

":
"{String}"
27
                         },
28
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
29
                         "objectLink
ObjectLink

API reference to the object

":
"{String}"
30
                    },
31
                    "regardingItem": {
32
                         "itemId
ItemId

Item-number of the object

":
"{Integer}",
33
                         "status
Status

Status of the item/object.

":
"{Integer}",
34
                         "quantity
Quantity

Item quantity.

":
"{Decimal}",
35
                         "productDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
36
                         "product": {
37
                              "productId
ProductId

Product identifier

":
"{Integer}",
38
                              "name
Name

Name of the product

":
"{String}",
39
                              "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
40
                              "productLink
ProductLink

Product reference

":
"{String}"
41
                         },
42
                         "price": {
43
                              "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
44
                              "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
45
                         },
46
                         "totals": {
47
                              "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
48
                              "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
49
                         },
50
                         "itemLink
ItemLink

API reference to the item

":
"{String}"
51
                    },
52
                    "approvalNotificationType": {
53
                         "notificationTypeId
NotificationTypeId

Notification type identifier

":
"{String}",
54
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

":
"{String}",
55
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

":
"{String}"
56
                    },
57
                    "informationNotifications
InformationNotifications

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

":
[
58
                         {
59
                              "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

":
"{Integer}",
60
                              "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.InformationNotifications in your request URI to get this field

":
"{String}"
61
                         }
62
                    ],
63
                    "approvalNotifications
ApprovalNotifications

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
[
64
                         {
65
                              "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
66
                              "status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
67
                              "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Datetime}",
68
                              "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}",
69
                              "createdBy
CreatedBy

The user who created the notification.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
70
                                   "userId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
71
                                   "userLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}"
72
                              },
73
                              "approval
Approval

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
74
                                   "priority
Priority

Requested priority of the approval request.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
75
                                   "approvalRule
ApprovalRule

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
76
                                        "approvalRuleId
ApprovalRuleId

Approval rule identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
77
                                        "approvalRuleLink
ApprovalRuleLink

Approval rule reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}"
78
                                   },
79
                                   "request
Request

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
80
                                        "approver
Approver

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
81
                                             "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Integer}",
82
                                             "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}",
83
                                             "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}",
84
                                             "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{String}"
85
                                        }
86
                                   },
87
                                   "response
Response

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
{
88
                                        "isApproved
IsApproved

True if the notification needs approval, and is approved.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Boolean}",
89
                                        "reviewedAt
ReviewedAt

Date and time of approvel.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.ApprovalNotifications in your request URI to get this field

":
"{Datetime}"
90
                                   }
91
                              }
92
                         }
93
                    ],
94
                    "inspect": {
95
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}"
96
                    }
97
               }
98
          ]
99
     }
100
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 104920 HTTP 400 Log text is required
Error 104921 HTTP 400 Invalid log category
Error 101281 HTTP 400 Too many {0} parameters. Maximum is {1}.
Error 100175 HTTP 400 To date must be equal to, or later than from date.
Error 105710 HTTP 400 Invalid output type